object tooldlg: Ttooldlg Left = 0 Top = 103 BorderIcons = [biSystemMenu] BorderStyle = bsToolWindow Caption = 'Tools...' ClientHeight = 144 ClientWidth = 104 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] PixelsPerInch = 96 TextHeight = 13 object BitBtn1: TBitBtn Left = 0 Top = 0 Width = 103 Height = 25 Caption = 'Telnet' TabOrder = 0 OnClick = BitBtn1Click end object BitBtn2: TBitBtn Left = 0 Top = 24 Width = 103 Height = 25 Caption = 'IP Checker' TabOrder = 1 OnClick = BitBtn2Click end object BitBtn3: TBitBtn Left = 0 Top = 48 Width = 103 Height = 25 Caption = 'File Manager' TabOrder = 2 OnClick = BitBtn3Click end object BitBtn4: TBitBtn Left = -1 Top = 72 Width = 104 Height = 25 Caption = 'Windows Explorer' TabOrder = 3 OnClick = BitBtn4Click end object BitBtn5: TBitBtn Left = 0 Top = 96 Width = 103 Height = 25 Caption = 'FTP Server' TabOrder = 4 OnClick = BitBtn5Click end object BitBtn6: TBitBtn Left = 0 Top = 120 Width = 103 Height = 25 Caption = 'WWW Browser' TabOrder = 5 OnClick = BitBtn6Click end end